runtime.traceStringTable.buf (field)

6 uses

	runtime (current package)
		tracestring.go#L20: 	buf  *traceBuf // string batches to write out to the trace.
		tracestring.go#L65: 	w := unsafeTraceWriter(gen, t.buf)
		tracestring.go#L82: 	t.buf = w.traceBuf
		tracestring.go#L91: 	if t.buf != nil {
		tracestring.go#L94: 			traceBufFlush(t.buf, gen)
		tracestring.go#L97: 		t.buf = nil